spline quadrature - definição. O que é spline quadrature. Significado, conceito
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

O que (quem) é spline quadrature - definição

NUMERICAL INTEGRATION
Gaussian integration; Gaussian numerical integration; Gauss quadrature; Gauss legendre quadrature; Gaussian Quadrature; Gauss–Lobatto quadrature; Gauss-Lobatto quadrature
  • 2}} – 3''x'' + 3}}), the 2-point Gaussian quadrature rule even returns an exact result.
  • ''n'' {{=}} 5)}}

spline         
WIKIMEDIA DISAMBIGUATION PAGE
Spline (device); Splines; Spline (disambiguation)
[spl??n]
¦ noun
1. a rectangular key fitting into grooves in the hub and shaft of a wheel, especially one formed integrally with the shaft which allows movement of the wheel on the shaft.
a corresponding groove in a hub along which the key may slide.
2. a slat.
3. a flexible wood or rubber strip used especially in drawing large curves.
4. Mathematics a continuous curve constructed so as to pass through a given set of points.
¦ verb secure by means of a spline.
?fit with a spline.
Origin
C18 (orig. East Anglian dialect): perh. related to splinter.
Cubic Hermite spline         
  • Cardinal spline example in 2D. The line represents the curve, and the squares represent the control points <math>\boldsymbol{p}_k</math>. Notice that the curve does not reach the first and last points; these points do, however, affect the shape of the curve. The tension parameter used is 0.1
  • Example with finite-difference tangents
  • The four Hermite basis functions. The interpolant in each subinterval is a linear combination of these four functions.
SPLINE WHERE EACH PIECE IS A THIRD-DEGREE POLYNOMIAL SPECIFIED IN HERMITE FORM: THAT IS, BY ITS VALUES AND FIRST DERIVATIVES AT THE END POINTS OF THE CORRESPONDING DOMAIN INTERVAL
Cubic spline; Cubic Hermite curve; Cubic Hermite curves; Cardinal spline; Catmull-Rom spline; Hermite curve; Hermite curves; Cubic interpolation; Cubic hermite spline; Catmull–Rom spline; Cspline; Catmull-Rom; Cubic Hermite Polynomial; Draft:Cubic interpolation
In numerical analysis, a cubic Hermite spline or cubic Hermite interpolator is a spline where each piece is a third-degree polynomial specified in Hermite form, that is, by its values and first derivatives at the end points of the corresponding domain interval.
Spline         
WIKIMEDIA DISAMBIGUATION PAGE
Spline (device); Splines; Spline (disambiguation)
·noun A long, flexble piece of wood sometimes used as a ruler.
II. Spline ·noun A rectangular piece fitting grooves like key seats in a hub and a shaft, so that while the one may slide endwise on the other, both must revolve together; a feather; also, sometimes, a groove to receive such a rectangular piece.

Wikipédia

Gaussian quadrature

In numerical analysis, a quadrature rule is an approximation of the definite integral of a function, usually stated as a weighted sum of function values at specified points within the domain of integration. (See numerical integration for more on quadrature rules.) An n-point Gaussian quadrature rule, named after Carl Friedrich Gauss, is a quadrature rule constructed to yield an exact result for polynomials of degree 2n − 1 or less by a suitable choice of the nodes xi and weights wi for i = 1, …, n. The modern formulation using orthogonal polynomials was developed by Carl Gustav Jacobi in 1826. The most common domain of integration for such a rule is taken as [−1, 1], so the rule is stated as

1 1 f ( x ) d x i = 1 n w i f ( x i ) , {\displaystyle \int _{-1}^{1}f(x)\,dx\approx \sum _{i=1}^{n}w_{i}f(x_{i}),}

which is exact for polynomials of degree 2n − 1 or less. This exact rule is known as the Gauss-Legendre quadrature rule. The quadrature rule will only be an accurate approximation to the integral above if f (x) is well-approximated by a polynomial of degree 2n − 1 or less on [−1, 1].

The Gauss-Legendre quadrature rule is not typically used for integrable functions with endpoint singularities. Instead, if the integrand can be written as

f ( x ) = ( 1 x ) α ( 1 + x ) β g ( x ) , α , β > 1 , {\displaystyle f(x)=\left(1-x\right)^{\alpha }\left(1+x\right)^{\beta }g(x),\quad \alpha ,\beta >-1,}

where g(x) is well-approximated by a low-degree polynomial, then alternative nodes xi' and weights wi' will usually give more accurate quadrature rules. These are known as Gauss-Jacobi quadrature rules, i.e.,

1 1 f ( x ) d x = 1 1 ( 1 x ) α ( 1 + x ) β g ( x ) d x i = 1 n w i g ( x i ) . {\displaystyle \int _{-1}^{1}f(x)\,dx=\int _{-1}^{1}\left(1-x\right)^{\alpha }\left(1+x\right)^{\beta }g(x)\,dx\approx \sum _{i=1}^{n}w_{i}'g\left(x_{i}'\right).}

Common weights include 1 1 x 2 {\textstyle {\frac {1}{\sqrt {1-x^{2}}}}} (Chebyshev–Gauss) and 1 x 2 {\displaystyle {\sqrt {1-x^{2}}}} . One may also want to integrate over semi-infinite (Gauss-Laguerre quadrature) and infinite intervals (Gauss–Hermite quadrature).

It can be shown (see Press, et al., or Stoer and Bulirsch) that the quadrature nodes xi are the roots of a polynomial belonging to a class of orthogonal polynomials (the class orthogonal with respect to a weighted inner-product). This is a key observation for computing Gauss quadrature nodes and weights.